home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 2 #3
/
Blender_2_3.iso
/
BLENDER
/
FILES
/
SHARED.DIR
/
00777_PANIC BUTTON-8.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-01
|
272 b
|
14 lines
on mouseUp
global move, CONTROLWINDOW
sound playFile 2, "flewdid.AIF"
set move to 1
sound stop 1
sound stop 2
CLEANUP()
tell the stage
play frame "open" of movie "PANIC.DIR"
end tell
set CONTROLWINDOW to window "CONTROLS"
forget(CONTROLWINDOW)
end